scrolledwindow: fix left/right thinko for scrollbar style classes
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 3 Mar 2016 00:08:19 +0000 (16:08 -0800)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 3 Mar 2016 00:08:19 +0000 (16:08 -0800)
commit1395f3a8383f2d46734bc65a54756e2b83013b40
tree21ad5b73c7f2be0fdc34f35b199575db1ec2bcbc
parent3e0694284785153944255a0501e84a76c491e4b4
scrolledwindow: fix left/right thinko for scrollbar style classes

"left" and "right" were inverted, preumably because the position type
parameter refers to the scrolled window position, and not the scrollbar
itself.
gtk/gtkscrolledwindow.c